'Declaration
Public Overloads Overridable Function Add( _ ByVal rangeRef As Reference, _ ByVal item As TItem, _ Optional ByVal replacing As Boolean _ ) As Boolean
'Usage
Dim instance As ConditionalObjects(Of TItem,TObject,TExecutedResult) Dim rangeRef As Reference Dim item As TItem Dim replacing As Boolean Dim value As Boolean value = instance.Add(rangeRef, item, replacing)
Parameters
- rangeRef
- A GrapeCity.CalcEngine.RangeReference indicates the cell range to apply new TItem item.
- item
- The TItem object to apply for the specified range.
- replacing
- if set to
true
, all items, which belong to the specified range, will be clear.